All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.StringEncoding
NSJavaStringEncoding
.
[[NSJavaStringEncoding
alloc] init]
.
+ availableStringEncodings
Objective-C class method.
+ canBeConvertedToEncoding::
Objective-C class method.
+ dataUsingEncoding::
Objective-C class method.
+ dataUsingEncoding::allowLossyConversion:
Objective-C class method.
+ defaultCStringEncoding
Objective-C class method.
+ fastestEncoding:
Objective-C class method.
+ localizedNameOfStringEncoding:
Objective-C class method.
+ smallestEncoding:
Objective-C class method.
+ stringWithData:encoding:
Objective-C class method.
public static final int ASCIIStringEncoding
public static final int NEXTSTEPStringEncoding
public static final int JapaneseEUCStringEncoding
public static final int UTF8StringEncoding
public static final int ISOLatin1StringEncoding
public static final int SymbolStringEncoding
public static final int NonLossyASCIIStringEncoding
public static final int ShiftJISStringEncoding
public static final int ISOLatin2StringEncoding
public static final int UnicodeStringEncoding
public static final int WindowsCP1251StringEncoding
public static final int WindowsCP1252StringEncoding
public static final int WindowsCP1253StringEncoding
public static final int WindowsCP1254StringEncoding
public static final int WindowsCP1250StringEncoding
public static final int ISO2022JPStringEncoding
public static final int MacOSRomanStringEncoding
protected StringEncoding(boolean shouldAllocate, int objcObject)
public StringEncoding()
[[NSJavaStringEncoding
alloc] init]
.
public static native int fastestEncoding(String string)
+ fastestEncoding:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
public static native int smallestEncoding(String string)
+ smallestEncoding:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
public static native Data dataUsingEncodingWithConversion(String string, int encoding, boolean lossy)
+ dataUsingEncoding::allowLossyConversion:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
public static native Data dataUsingEncoding(String string, int encoding)
+ dataUsingEncoding::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
public static native boolean canBeConvertedToEncoding(String string, int encoding)
+ canBeConvertedToEncoding::
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
public static native int defaultCStringEncoding()
+ defaultCStringEncoding
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
public static native Array availableStringEncodings()
+ availableStringEncodings
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
public static native String localizedNameOfStringEncoding(int encoding)
+ localizedNameOfStringEncoding:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
public static native Object stringWithDataUsingEncoding(Data data, int encoding)
+ stringWithData:encoding:
Objective-C class method.
Since this method is not part of the original Objective-C Yellow Box APIs,
a link to the relevant documentation cannot be provided at this time.
Please look for a method with a similar name in the Objective-C reference
(the name of this class, StringEncoding, should be enough to head you in the right direction
should you find more than one such method).
All Packages Class Hierarchy This Package Previous Next Index